You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > Resize Method > TMtx.Resize Method ([In] TMtx, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.Resize Method ([In] TMtx, int, int)

Performs resize of the calling matrix to NewRows and NewCols.

Syntax
C#
Visual Basic
public TMtx Resize([In] TMtx Src, int NewRows, int NewCols);

Copies the Src matrix values to the calling matrix. The elements outside the newly created matrix size are not referenced.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!